home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7645 < prev    next >
Encoding:
Text File  |  1996-08-05  |  803 b   |  30 lines

  1. Path: adm.icenet.no!news
  2. From: borgen@icenet.no (B°rge N°st)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: How to crash RAM:
  5. Date: 19 Apr 1996 19:32:24 GMT
  6. Organization: IceNet AS - Tromsoe, Norway
  7. Message-ID: <467.6682T1412T1705@icenet.no>
  8. NNTP-Posting-Host: tromso26.icenet.no
  9. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  10.  
  11. If you are bored you could always try this script:
  12.  
  13. -----------<snip>-----------
  14. set echo on
  15. copy s:startup-sequence ram:dummy
  16. makedir t:dummy
  17. copy s:startup-sequence t:dummy/file
  18. copy t: ram: all
  19. set echo off
  20. -----------<snip>-----------
  21.  
  22. Crashes my Amiga nicely. Total freeze.
  23. The trick is to first make a file and then try to copy(/open?) a directory
  24. with the same name to the same directory.
  25.  
  26. If you try it on your harddisk you just get an error message.
  27.  
  28. -B°rge
  29.  
  30.